Methods of the TDAScript class.
For a complete list of the TDAScript class members, see the TDAScript Members topic.
Public
Name | Description |
BreakExec |
Stops script execution.
|
ErrorOffset |
Used to get the offset of the statement if the Execute method raised an exception.
|
Execute |
Executes a script.
|
ExecuteFile |
Executes SQL statements contained in a file.
|
ExecuteNext |
Executes the next statement in the script and then stops.
|
ExecuteStream |
Executes SQL statements contained in a stream object.
|
FindMacro |
Finds a macro with the specified name.
|
MacroByName |
Finds a macro with the specified name.
|
See Also